home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 23
/
CU Amiga - Super CD-ROM 23 (June 1998).iso
/
CreatingGames
/
Utilities
/
Misc
/
GMS
/
GMSDev
/
Includes
/
graphics
/
all.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-11-06
|
278 b
|
18 lines
#ifndef GRAPHICS_ALL_H
#define GRAPHICS_ALL_H TRUE
#ifndef GRAPHICS_BLITTER_H
#include <graphics/blitter.h>
#endif
#ifndef GRAPHICS_PICTURES_H
#include <graphics/pictures.h>
#endif
#ifndef GRAPHICS_SCREENS_H
#include <graphics/screens.h>
#endif
#endif /* GRAPHICS_ALL_H */